WaterfallDataSeries3D<TX,TY,TZ> Class Methods

For a list of all members of this type, see WaterfallDataSeries3D<TX,TY,TZ> members.

Public Methods
 NameDescription
Public MethodOverloaded. Overridden.  Clears the DataSeries.  
Public MethodOverloaded. Fills the BaseGridDataSeries3D from a SciChart.Data.Model.GridData<T> type. (Inherited from SciChart.Charting3D.Model.BaseGridDataSeries3D<TX,TY,TZ>)
Public MethodCalled by IUpdateSuspender each time a target suspender is disposed. When the final target suspender has been disposed, ResumeUpdates is called. (Inherited from SciChart.Charting3D.Model.DataSeries3D)
Public MethodGets the bounding box for the data (containing XRange, YRange, ZRange). (Inherited from SciChart.Charting3D.Model.DataSeries3D)
Public Method Returns the row at the specified Z Index (Inherited from SciChart.Charting3D.Model.BaseGridDataSeries3D<TX,TY,TZ>)
Public Method Returns a list of Z indices of selected data rows.  
Public Method Computes the X data-value at the specified index (Inherited from SciChart.Charting3D.Model.UniformGridDataSeries3D<TX,TY,TZ>)
Public MethodOverridden.  Computes the Z data-value at the specified index  
Public MethodMay be called to trigger a redraw on the parent SciChart.Charting3D.SciChart3DSurface. This method is extremely useful when SciChart.Charting3D.Model.IDataSeries3D are in a ViewModel and bound via MVVM to SciChart.Charting3D.RenderableSeries.IRenderableSeries3D. Please see the rangeMode parameter for invalidation options. (Inherited from SciChart.Charting3D.Model.DataSeries3D)
Public MethodRaises the DataSeriesChanged event. May be called by DataSeries3D or by user code to trigger a redraw on the ParentSurface. The event is not raised while SciChart.Core.Framework.ISuspendable.IsSuspended is True. (Inherited from SciChart.Charting3D.Model.DataSeries3D)
Public MethodOverloaded.  Pushes a row into the array, which discards one old row in the First In First Out fashion. Use this method to scroll the Waterfall in the Z-direction.  
Public MethodResumes updates on the target, intended to be called by SciChart.Core.Framework.IUpdateSuspender. (Inherited from SciChart.Charting3D.Model.DataSeries3D)
Public MethodPerforms selection or deselection of data rows at specified zIndices.  
Public Method Sets the row at the specified Z index (Inherited from SciChart.Charting3D.Model.BaseGridDataSeries3D<TX,TY,TZ>)
Public MethodOverloaded.  Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued. (Inherited from SciChart.Charting3D.Model.HeightmapBasedDataSeries3D)
Public Method Creates a new 2-Dimensional array and fills with values. This can be used for debugging purposes or for interop with other types. Changing the values here does *not* change the GridPointSeries3D (Inherited from SciChart.Charting3D.Model.BaseGridDataSeries3D<TX,TY,TZ>)
Public MethodConverts a DataSeries to a SciChart.Charting3D.Model.IPointSeries3D derived type, for use during the render pass. (Inherited from SciChart.Charting3D.Model.BaseGridDataSeries3D<TX,TY,TZ>)
Top
Protected Methods
 NameDescription
Protected Method (Inherited from SciChart.Charting3D.Model.HeightmapBasedDataSeries3D)
Protected Method (Inherited from SciChart.Charting3D.Model.HeightmapBasedDataSeries3D)
Protected Method Invoked right after Dirty State changed to indicated that the heightmap is invalid. (Inherited from SciChart.Charting3D.Model.BaseGridDataSeries3D<TX,TY,TZ>)
Protected Method Invoked right after Dirty State changed to indicated that the mesh is invalid. (Inherited from SciChart.Charting3D.Model.HeightmapBasedDataSeries3D)
Protected MethodOverloaded. Raises the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event (Inherited from SciChart.Data.Model.BindableObject)
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also